home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dizionario Etimologico
/
ZINGARELLI Dizionario Etimologico (2000).iso
/
let_straniera.swf
/
scripts
/
DefineButton2_55
/
BUTTONCONDACTION on(release).as
next >
Wrap
Text File
|
2000-11-30
|
498b
|
27 lines
on(release){
if(_url.substr("1","5") ne "http:")
{
getUrl("lingo:stampascheda", "");
}
else
{
playerversion = $version;
versionnumber = playerversion.substr("9","2");
if(versionnumber >= "20")
{
tellTarget("/print_clip")
{
play();
}
}
else
{
tellTarget("/print_clip")
{
gotoAndStop("noprint");
play();
}
}
}
}